h1 {
    color: black;
}
h2 {
    color: black;
}
h3 {
    color: black;
}
p,
a {
    color: black;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

a.skip-link {
    padding: 10px 20px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    transform: translateY(-100%);
    transition: transform 0.25s;
}

a.skip-link:focus {
    transform: translateY(0);
    transition: transform 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001s !important;
        transition-duration: 0.001s !important;
        scroll-behavior: auto !important;
    }
}
.btn {
    /* Float Shadow */
}
.btn--float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.btn--float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
        center,
        ellipse,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.btn--float-shadow:hover,
.btn--float-shadow:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.btn--float-shadow:active {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(31, 38, 47, 0.5);
}
.btn--float-shadow:hover:before,
.btn--float-shadow:focus:before,
.btn--float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.content {
    padding: 11rem 0;
    font-family: "Montserrat", "sans-serif";
    font-weight: 600;
    text-align: center;
    color: #6d2a5b;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .content {
        padding: 7.5rem 0;
    }
}
@media screen and (max-width: 500px) {
    .content {
        padding: 6.3rem 0;
    }
}
.content__header {
    font-size: 4rem;
    line-height: 4.9rem;
    color: inherit;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .content__header {
        font-size: 3rem;
        line-height: 3.7rem;
        margin-bottom: 2rem;
        padding: 0 3rem;
    }
}
@media screen and (max-width: 500px) {
    .content__header {
        font-size: 2.5rem;
        line-height: 3rem;
        width: 80%;
        margin: 0 auto 1.5rem auto;
    }
}
.content__description {
    width: 70%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #2a2c2c;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .content__description {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .content__description {
        font-size: 1.6rem;
        line-height: 2.2rem;
        width: 80%;
    }
}
.content__subheader {
    font-size: 2.5rem;
    line-height: 3rem;
    color: inherit;
    margin-bottom: 1rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .content__subheader {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 0 3rem;
    }
}
@media screen and (max-width: 500px) {
    .content__subheader {
        font-size: 1.9rem;
        line-height: 2.3rem;
        margin: 0 3rem;
    }
}
.content__list {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400;
    text-align: center;
    color: #2a2c2c;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .content__list {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px) {
    .content__list {
        font-size: 1.6rem;
    }
}
.content__btn {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border-style: none;
    border-radius: 30rem;
    background-color: #6d2a5b;
    color: #ffffff;
}
.content__btn:focus {
    outline: none;
}
.content__btn:hover {
    cursor: pointer;
    text-decoration: none;
    border-color: inherit;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .content__btn {
        font-size: 1.6rem;
        line-height: 1.9rem;
        padding: 1.7rem 2.7rem;
    }
}
.content__grid {
    width: 100%;
    max-width: 1300px;
    margin: 1rem auto -3rem auto;
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 24rem));
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.content__grid-img {
    max-width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .content__grid {
        grid-template-columns: repeat(auto-fit, minmax(17rem, 22.7rem));
        grid-gap: 2.5rem;
    }
}
@media screen and (max-width: 500px) {
    .content__grid {
        grid-template-columns: repeat(2, minmax(8rem, 12.6rem));
        grid-gap: 1.4rem;
        margin-bottom: 1rem;
    }
}
.content--grey {
    background-color: #e0e1e2;
}
.content--grey h3 {
    color: #6d2a5b;
    margin-top: -4rem;
}
.content--grey p {
    color: #1f262f;
}
.content--purple {
    background-color: #6d2a5b;
    color: #ffffff;
}
.content--purple h3 {
    color: #ffffff;
}
.content--purple p {
    color: #ffffff;
}
.content--purple a {
    background-color: #ffffff;
    color: #6d2a5b;
}
.content--purple a:hover {
    color: #6d2a5b;
}

.image-content {
    color: #1f262f;
    text-align: left;
    padding: 10rem 0;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content {
        padding: 7.7rem 0;
    }
}
@media screen and (max-width: 500px) {
    .image-content {
        padding: 7rem 0;
    }
}
.image-content__quote-text {
    margin-top: 2.9rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 400;
    font-style: italic;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__quote-text {
        margin-top: 1.7rem;
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__quote-text {
        margin: 2rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
.image-content__quote-author {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: 700;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__quote-author {
        font-size: 1.6em;
        line-height: 2.3rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__quote-author {
        margin: 2rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
.image-content__container {
    width: 90%;
    max-width: 115.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
    justify-content: center;
}
.image-content__container--reverse {
    flex-direction: row;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__container {
        max-width: 100rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__container {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
}
.image-content__picture {
    width: 100%;
    align-self: center;
}
@media screen and (max-width: 500px) {
    .image-content__picture {
        width: 23.2rem;
    }
}
.image-content__img {
    width: inherit;
    max-height: 42.3rem;
    object-fit: contain;
}
.image-content__text {
    width: 66%;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__text {
        width: 93%;
    }
}
@media screen and (max-width: 500px) {
    .image-content__text {
        width: 86%;
        margin: 0 auto;
    }
}
.image-content__header {
    font-size: 4rem;
    line-height: 4.9rem;
    font-weight: 600;
    color: inherit;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__header {
        font-size: 3rem;
        line-height: 3.7rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__header {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-top: 4rem;
    }
}
.image-content__description {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: inherit;
    margin-top: 1.5rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__description {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-top: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__description {
        font-size: 1.5rem;
        line-height: 2.2rem;
        margin-top: 2rem;
    }
}
.image-content__list {
    color: inherit;
    font-weight: 400;
    margin-top: 1.5rem;
    padding-inline-start: 2rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__list {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__list {
        margin-top: 2rem;
    }
}
.image-content__list--item {
    font-size: 1rem;
    line-height: 2.2rem;
    margin-bottom: 2px;
}
.image-content__list--span {
    font-size: inherit;
    padding-left: 2rem;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 2.2rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__list--span {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__list--span {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.image-content__button {
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 2.5rem;
    background-color: #6d2a5b;
    color: #ffffff;
    border-radius: 3rem;
    border-style: none;
    margin: 2rem 0;
}
.image-content__button:focus {
    outline: none;
}
.image-content__button:hover {
    cursor: pointer;
    text-decoration: none;
    border-color: #1f262f;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .image-content__button {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-top: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .image-content__button {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-top: 2rem;
        padding: 1.7rem 2.1rem;
    }
}
.image-content--grey {
    background-color: #1f262f;
    color: #ffffff;
}
@media screen and (max-width: 500px) {
    .image-content--grey {
        padding: 4.4rem 0;
    }
}
.image-content--grey h2 {
    color: #ffffff;
}
.image-content--grey p {
    color: #ffffff;
}
.image-content--grey ul {
    color: #ffffff;
}
.image-content--grey li {
    color: #ffffff;
}
.image-content--grey button {
    background-color: #6d2a5b;
    color: #ffffff;
}
.image-content--purple {
    background-color: #6d2a5b;
    color: #ffffff;
}
@media screen and (max-width: 500px) {
    .image-content--purple {
        padding: 4.4rem 0;
    }
}
.image-content--purple h2 {
    color: #ffffff;
}
.image-content--purple p {
    color: #ffffff;
}
.image-content--purple ul {
    color: #ffffff;
}
.image-content--purple li {
    color: #ffffff;
}
.image-content--purple button {
    background-color: #ffffff;
    color: #6d2a5b;
}

.footer {
    height: 58.5rem;
    background-color: #1f262f;
    color: #ffffff;
    position: relative;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer {
        height: 50.5rem;
    }
}
@media screen and (max-width: 500px) {
    .footer {
        height: 59.6rem;
        text-align: center;
        align-items: center;
    }
}
.footer__grid {
    height: inherit;
    display: grid;
    grid-template-columns: minmax(3rem, 14rem) minmax(30rem, 1fr) minmax(
            77rem,
            98rem
        );
    grid-template-rows: 21.8rem 14.6rem 12.8rem 4rem;
    align-items: center;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__grid {
        grid-template-columns: 2rem 23.6rem 1fr;
        grid-template-rows: 20.2rem 6.4rem 15.1rem 3.9rem 1fr;
    }
}
@media screen and (max-width: 500px) {
    .footer__grid {
        height: 57.6rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 11.1rem 8.3rem 5.7rem 10.7rem 5.4rem 3.9rem 7.4rem 5.5rem;
        justify-items: center;
    }
}
.footer__grid--spacer {
    grid-column: 1/2;
    grid-row: 1/2;
}
@media screen and (max-width: 500px) {
    .footer__grid--spacer {
        display: none;
    }
}
.footer__img {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 28rem;
    height: 16.2rem;
    margin: 5.6rem 0 5.4rem 0;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__img {
        width: 20rem;
        height: 11.6rem;
        margin: 0;
        align-self: center;
    }
}
@media screen and (max-width: 500px) {
    .footer__img {
        margin: 2.1rem 0 0 1rem;
        height: 9rem;
        width: 15.5rem;
        grid-column: 1/2;
        grid-row: 1/2;
    }
}
.footer__address {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 25rem;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400;
    color: #ffffff;
    align-self: center;
}
.footer__address:hover {
    text-decoration: underline;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__address {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px) {
    .footer__address {
        grid-column: 1/3;
        grid-row: 3/4;
        font-size: 1.5rem;
        line-height: 1.9rem;
        align-self: flex-end;
    }
}
.footer__contact {
    grid-column: 2/3;
    grid-row: 3/4;
    width: 27.8rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__contact {
        align-self: center;
    }
}
@media screen and (max-width: 500px) {
    .footer__contact {
        grid-column: 1/3;
        grid-row: 4/5;
        align-self: flex-end;
    }
}
.footer__info {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 400;
}
.footer__info:not(:first-child) {
    margin-top: 1rem;
}
.footer__info a {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 400;
    padding-left: 7px;
}
.footer__info a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 500px) {
    .footer__info a {
        line-height: 1.9rem;
    }
}
.footer__info--bold {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (max-width: 500px) {
    .footer__info--bold {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__info {
        align-self: center;
    }
}
@media screen and (max-width: 500px) {
    .footer__info {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.footer__social {
    grid-column: 2/3;
    grid-row: 4/5;
    align-self: end;
    display: flex;
}
@media screen and (max-width: 500px) {
    .footer__social {
        align-self: center;
        margin-bottom: 1.9rem;
    }
}
@media screen and (max-width: 500px) {
    .footer__social {
        grid-column: 1/3;
        grid-row: 5/6;
        margin-bottom: 0;
        align-self: self-end;
    }
}
.footer__social-link {
    height: 3.9rem;
    width: 3.9rem;
    background-color: #6d2a5b;
    border-radius: 50%;
}
.footer__social-link:first-child {
    margin-right: 2.5rem;
}
.footer__social-link svg {
    width: 22px;
    margin: 9px;
}
.footer__social-link svg g g {
    fill: #ffffff;
}
.footer__social-icon {
    height: 24px;
    width: 24px;
    margin: 8px;
    fill: #2a2c2c;
}
.footer__list {
    grid-column: 3/4;
    grid-row: 1/2;
    align-self: flex-end;
    height: 11.6rem;
    width: 100%;
    margin: 0;
    padding: 0 10% 0 4rem;
    color: #1f262f;
    background-color: #d8d8d8;
    border: solid 1px #979797;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__list {
        height: 9.4rem;
        padding: 0 2% 0 2.5rem;
        align-self: center;
    }
}
@media screen and (max-width: 500px) {
    .footer__list {
        height: 6.4rem;
        grid-column: 1/3;
        grid-row: 2/3;
    }
}
.footer__item {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-style: none;
    padding: 0 5px;
    z-index: 1;
}
@media screen and (max-width: 1100px) {
    .footer__item:first-child {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .footer__item {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
}
.footer__link {
    color: #1f262f;
}
.footer__link:hover {
    cursor: pointer;
    text-decoration: none;
    border-style: none none solid none;
    border-width: 3px;
    border-color: #1f262f;
    color: #1f262f;
}
.footer__link--btn {
    color: #ffffff !important;
    background-color: #6d2a5b;
    padding: 1.5rem 4rem;
    border-radius: 5rem;
}
.footer__link--btn:hover {
    cursor: pointer;
    border-width: 0;
}
@media screen and (max-width: 500px) {
    .footer__link--btn {
        position: absolute;
        top: 6rem;
        right: 1rem;
        padding: 1.5rem 3rem;
    }
}
.footer__container {
    margin-right: 10%;
}
.footer__text {
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: center;
    color: #ffffff;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400;
    text-align: right;
    margin-right: 10%;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__text {
        font-size: 1.8rem;
        margin-right: 2%;
        align-self: start;
    }
}
@media screen and (max-width: 500px) {
    .footer__text {
        grid-column: 1/3;
        grid-row: 6/7;
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-right: 0;
    }
}
.footer__links {
    grid-column: 3/4;
    grid-row: 3/4;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
    align-self: end;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__links {
        grid-row: 4/5;
        margin-right: 2%;
    }
}
@media screen and (max-width: 500px) {
    .footer__links {
        font-size: 1.6rem;
        line-height: 1.9rem;
        text-decoration: underline;
        flex-direction: column;
        align-self: center;
        margin-right: 0;
        grid-column: 1/3;
        grid-row: 7/8;
    }
}
.footer__legal {
    text-align: center;
    color: #ffffff;
}
@media (min-width: 500px) {
    .footer__legal:hover {
        cursor: pointer;
        text-decoration: none;
        border-style: none none solid none;
        border-width: 3px;
        margin-bottom: -0.3rem;
        border-color: #ffffff;
        color: #ffffff;
    }
}
@media screen and (max-width: 500px) {
    .footer__legal:hover {
        color: #ffffff;
    }
}
.footer__divider {
    background-color: #6d2a5b;
    height: 2.3rem;
    width: 1px;
    border: solid #6d2a5b;
}
@media screen and (max-width: 500px) {
    .footer__divider {
        display: none;
    }
}
.footer__copyright {
    grid-column: 3/4;
    grid-row: 4/5;
    color: #ffffff;
    font-size: 1.5rem;
    justify-self: end;
    margin-right: 10%;
    align-self: center;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .footer__copyright {
        grid-row: 5/6;
        margin-right: 2%;
    }
}
@media screen and (max-width: 500px) {
    .footer__copyright {
        width: 30.7rem;
        grid-column: 1/3;
        grid-row: 8/9;
        margin-right: 0;
        justify-self: center;
        align-self: baseline;
    }
}

.header {
    height: 9.9rem;
    background-color: #6d2a5b;
}
.header__nav {
    height: inherit;
}
.header__list {
    height: inherit;
    margin: 0 8rem;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    list-style: none;
    display: flex;
    align-items: center;
    align-content: flex-end;
    text-align: center;
    justify-content: space-around;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .header__list {
        margin: 0;
        text-align: end;
        justify-content: space-between;
    }
}
@media screen and (max-width: 500px) {
    .header__list {
        margin: 0 2rem;
        justify-content: space-between;
    }
}
.header__menu--container {
    height: 4rem;
    width: 3.2rem;
    cursor: pointer;
}
.header__menu--btn,
.header__menu--btn::before,
.header__menu--btn::after {
    display: block;
    position: absolute;
    width: 3.9rem;
    height: 3px;
    transition: transform 0.2s;
    background-color: #ffffff;
    border-radius: 50px;
    margin-top: 2rem;
}
.header__menu--btn::before {
    content: "";
    margin-top: -11px;
}
.header__menu--btn::after {
    content: "";
    margin-top: 11px;
}
.header__item {
    color: #ffffff;
    text-transform: uppercase;
    width: 20.2rem;
    position: relative;
}
.header__item:hover {
    cursor: pointer;
}
.header__item:first-child {
    display: none;
    text-align: left;
}
.header__item--btn {
    text-transform: uppercase;
    flex-shrink: 1;
}
.header__item--btn:hover {
    cursor: pointer;
}
@media screen and (max-width: 1100px) {
    .header__item:first-child {
        display: inline-block;
        border: none !important;
        width: 20em;
        flex-shrink: 1;
    }
    .header__item:not(:first-child):not(:last-child) {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .header__item:first-child {
        display: inline-block;
        border: none !important;
        width: 4em;
    }
    .header__item--btn {
        height: 4.4rem;
        width: 4rem;
    }
}
.header__link {
    text-decoration: none;
    font-weight: 700;
    line-height: 2.2rem;
    font-size: 1.8rem;
    color: #ffffff;
    border-style: none;
    padding: 0 5px;
}
.header__link:hover {
    text-decoration: none;
    border-style: none none solid none;
    border-width: 3px;
    border-color: #ffffff;
    color: #ffffff;
}
.header__link--btn {
    padding: 1.5rem 4rem;
    background-color: #ffffff;
    color: #6d2a5b;
    border-radius: 5rem;
}
.header__link--btn:hover {
    background-color: #6d2a5b;
    color: #ffffff;
    border-style: solid;
    padding: 1.2rem 3.7rem;
}
@media screen and (max-width: 1100px) {
    .header__link--btn {
        height: 51px;
        width: 175px;
        border-radius: 30px;
        padding: 1.4rem 1.9rem;
        display: block;
        position: relative;
        margin: 0 auto;
        text-align: center;
        z-index: 5;
    }
    .header__link--btn:hover {
        padding: 1.1rem 1.9rem;
    }
}
@media screen and (max-width: 500px) {
    .header__link--btn {
        height: 4.3rem;
        width: 4.3rem;
        margin: 0;
        padding: 9px 0px 0px 0px;
    }
}
.header__link--btn--menu {
    padding: 1.5rem 4rem;
    background-color: #ffffff;
    color: #6d2a5b;
    border-radius: 5rem;
    height: 51px;
    width: 175px;
    border-radius: 30px;
    padding: 1.4rem 1.9rem;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
.header__link--btn--menu:hover {
    background-color: #6d2a5b;
    color: #ffffff;
    border-style: solid;
    padding: 1.2rem 3.7rem;
}
@media screen and (max-width: 500px) {
    .header__link--tablet {
        display: none;
    }
}
.header__link--mobile {
    display: none;
}
@media screen and (max-width: 500px) {
    .header__link--mobile {
        display: inline-block;
        width: 30px;
    }
}
.header__link--mail {
    height: 100%;
    width: 100%;
}
.header__box {
    background-color: #ffffff;
    color: #6d2a5b;
    height: 20.2rem;
    width: 20.2rem;
    z-index: 100;
    text-align: center;
    transform: translateY(51px);
    padding: 5px;
    flex-shrink: 0;
}
.header__box:hover {
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .header__box {
        height: 12.9rem;
        width: 12.9rem;
        transform: translateY(15px);
    }
}
@media screen and (max-width: 500px) {
    .header__box {
        transform: translateY(26px);
    }
}
.header__logo {
    width: 17.1rem;
    height: auto;
    padding-top: 1.5rem;
}
@media screen and (max-width: 600px) {
    .header__logo {
        height: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .header {
        height: 7.7rem;
    }
}

#navicon-wrap {
    width: 55px;
    height: 55px;
    display: block;
    position: fixed;
    top: 15px;
    left: 25px;
    background-color: #6d2a5b;
    border-radius: 50%;
    z-index: 100;
}
@media screen and (max-width: 500px) {
    #navicon-wrap {
        top: 10px;
    }
}

.mobile-button {
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 36px;
    height: 40px;
    z-index: 100;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.mobile-button span {
    width: 100%;
    height: 3px;
    border-radius: 25px;
    display: block;
    position: absolute;
    margin-bottom: 8px;
    background-color: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.mobile-button span:nth-child(1) {
    top: 0px;
    height: 3px;
}
.mobile-button span:nth-child(2),
.mobile-button span:nth-child(3) {
    top: 9px;
}
.mobile-button span:nth-child(4) {
    top: 18px;
    height: 3px;
}
.mobile-button.buttonopen span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.mobile-button.buttonopen span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-button.buttonopen span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-button.buttonopen span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.open-menu {
    visibility: visible;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: open-menu;
    animation-name: open-menu;
}

.close-menu {
    visibility: visible;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: close-menu;
    animation-name: close-menu;
}

@keyframes open-menu {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes close-menu {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
#navbar-mob-wrap {
    display: block;
    transform: translateY(100vh);
    right: 0;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 80vh;
    padding-top: 260px;
    z-index: 99;
}
@media screen and (max-width: 1100px) {
    #navbar-mob-wrap {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    #navbar-mob-wrap {
        height: 100vh;
        padding-top: 180px;
    }
}
#navbar-mob-wrap .wrap__link {
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    z-index: 5;
    position: relative;
}
#navbar-mob-wrap .mobile-logo {
    height: 20.2rem;
    width: 20.2rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -36px;
    transform: translateY(36px);
    background-color: #ffffff;
    z-index: 100;
    text-align: center;
    padding: 5px;
}
@media screen and (max-width: 500px) {
    #navbar-mob-wrap .mobile-logo {
        height: 129px;
        width: 129px;
    }
}
#navbar-mob-wrap .mobile-background {
    background-color: #6d2a5b;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
}

.hide-logo {
    display: none;
}

.open-menu {
    visibility: visible;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: open-menu;
    animation-name: open-menu;
}

.close-menu {
    visibility: visible;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: close-menu;
    animation-name: close-menu;
}

@keyframes open-menu {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes close-menu {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.page-id-25 #Projects a {
    text-decoration: none;
    border-style: none none solid none;
    border-width: 3px;
    border-color: #ffffff;
    color: #ffffff;
}

.page-id-10 #Services a {
    text-decoration: none;
    border-style: none none solid none;
    border-width: 3px;
    border-color: #ffffff;
    color: #ffffff;
}

.page-id-12 #About a {
    text-decoration: none;
    border-style: none none solid none;
    border-width: 3px;
    border-color: #ffffff;
    color: #ffffff;
}

.hero {
    height: 60rem;
    background-color: #1f262f;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media screen and (max-width: 1100px) {
    .hero {
        height: 48.5rem;
    }
}
.hero__picture {
    height: 53rem;
    width: 100%;
    position: relative;
}
.hero__picture::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 12%;
    z-index: 10;
    background-image: linear-gradient(
        258deg,
        rgba(66, 78, 92, 0.71) 0%,
        #0e1116 100%
    );
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .hero__picture {
        height: 41.5rem;
    }
}
@media screen and (max-width: 500px) {
    .hero__picture {
        height: 39rem;
    }
}
.hero__img {
    height: inherit;
    width: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
}
.hero__header {
    position: absolute;
    color: #ffffff;
    font-family: "Montserrat", "sans-serif";
    font-weight: 600;
    top: 18.5rem;
    left: 9%;
    width: 91%;
    height: 12.2rem;
    font-size: 5rem;
    text-align: left;
    line-height: 6.1rem;
    z-index: 30;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .hero__header {
        top: 16.8rem;
        left: 5.1rem;
        width: 90%;
        height: 9.8rem;
        font-size: 4rem;
        line-height: 4.9rem;
    }
}
@media screen and (min-width: 500px) and (max-width: 720px) {
    .hero__header br {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .hero__header {
        left: 2.9rem;
        top: 9.8rem;
        width: 29.3rem;
        font-size: 3rem;
        line-height: 3.7rem;
    }
}
.hero__award {
    height: 11.3rem;
    width: 46.9rem;
    background-color: #6d2a5b;
    position: absolute;
    top: 34rem;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 3rem;
    text-align: center;
    z-index: 20;
}
@media screen and (min-width: 730px) and (max-width: 1100px) {
    .hero__award {
        height: 9rem;
        width: 33.4rem;
        top: 28.9rem;
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 2.5rem 0 2.1rem 0;
    }
}
@media screen and (min-width: 0) and (max-width: 730px) {
    .hero__award {
        display: none;
    }
}
.hero__award-img {
    height: 7rem;
    width: 7rem;
    margin-left: 14.4rem;
    margin-right: 1rem;
}
@media screen and (max-width: 1100px) {
    .hero__award-img {
        margin-left: 4.4rem;
    }
}
.hero__award-text {
    width: 21.6rem;
    color: #ffffff;
    font-family: "Montserrat", "sans-serif";
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-align: left;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .hero__award-text {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 500px) {
    .hero__award-text {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.hero__cta {
    padding: 2rem;
    color: #ffffff;
    font-family: "Montserrat", "sans-serif";
    font-weight: 600;
    text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
    width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .hero__cta {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 2rem 6rem;
    }
}
@media screen and (max-width: 500px) {
    .hero__cta {
        font-size: 1.9rem;
        line-height: 2.3rem;
        padding: 2rem 3rem;
    }
}
.hero__cta--phone {
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.hero__cta--phone:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}
.hero__cta--phone:hover::after {
    background-color: #ffffff;
}
.hero__cta--phone::after {
    height: 3px;
    position: absolute;
    left: 0;
    top: 3rem;
    content: "";
    width: inherit;
    background-color: #6d2a5b;
    transition: background-color 0.3s ease-in;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .hero__cta--phone::after {
        top: 2.5rem;
    }
}
@media screen and (max-width: 500px) {
    .hero__cta--phone::after {
        top: 2.2rem;
    }
}

.project__hero {
    width: 100%;
    height: 53rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__hero {
        height: 41.5rem;
    }
}
@media screen and (max-width: 500px) {
    .project__hero {
        height: 39rem;
    }
}
.project__img {
    width: 100%;
    height: 53rem;
    object-fit: cover;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__img {
        height: 41.5rem;
    }
}
@media screen and (max-width: 500px) {
    .project__img {
        height: 39rem;
    }
}
.project__heading {
    font-size: 5rem;
    line-height: 6.1rem;
    font-weight: 600;
    text-align: left;
    position: absolute;
    top: 30.7rem;
    left: 13.9rem;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__heading {
        font-size: 4rem;
        line-height: 4.9rem;
        top: 30.5rem;
        left: 5.1rem;
    }
}
@media screen and (max-width: 500px) {
    .project__heading {
        font-size: 3rem;
        line-height: 3.7rem;
        top: 21.4rem;
        left: 2.9rem;
    }
}
.project__subheading {
    font-size: 3rem;
    line-height: 3.7rem;
    text-align: left;
    font-weight: 400;
    position: absolute;
    top: 38.3rem;
    left: 13.9rem;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__subheading {
        font-size: 2rem;
        line-height: 2.4rem;
        top: 37rem;
        left: 5.1rem;
    }
}
@media screen and (max-width: 500px) {
    .project__subheading {
        font-size: 2rem;
        line-height: 2.4rem;
        top: 30.3rem;
        left: 2.9rem;
    }
}
.project__body {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10fr 80fr 39fr;
    gap: 4rem;
    margin-bottom: -5rem;
}
@media screen and (max-width: 1100px) {
    .project__body {
        display: flex;
        flex-direction: column;
        width: 86%;
        margin: 0 auto -13rem auto;
        transform: translateY(-8rem);
    }
}
@media screen and (max-width: 500px) {
    .project__body {
        transform: translateY(0);
        width: 100%;
    }
}
.project__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #6d2a5b;
    padding: 5.8rem 4.6rem;
    width: 31.8rem;
    z-index: 10;
    grid-column: 3/4;
    grid-row: 1/3;
    transform: translateY(-7rem);
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__container div div {
        width: 100%;
    }
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__container {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        height: 15.6rem;
        padding: none;
        transform: translateY(0);
    }
}
@media screen and (max-width: 500px) {
    .project__container {
        transform: translateY(0);
        width: 100%;
        height: 27.3rem;
        padding: 0;
        border: 1.5rem solid #6d2a5b;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 12.1rem);
        justify-items: center;
        grid-gap: 1px;
        background-color: #ffffff;
    }
}
.project__info {
    margin-bottom: 50px;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__info {
        margin-bottom: 0;
        margin: 0 0.5rem;
    }
}
@media screen and (max-width: 500px) {
    .project__info {
        background-color: #6d2a5b;
        margin-bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.project__data {
    font-size: 4rem;
    line-height: 6rem;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__data {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
        max-width: 11.3rem;
    }
}
@media screen and (max-width: 500px) {
    .project__data {
        font-size: 1.9rem;
        line-height: 2.3rem;
        width: 11rem;
        margin-bottom: 0.5rem;
    }
}
.project__data--text {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__data--text {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 500px) {
    .project__data--text {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.project__details {
    text-align: left;
}
@media screen and (max-width: 500px) {
    .project__details {
        width: 88%;
        margin: 0 auto;
    }
}
.project__details--1 {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 10rem;
}
@media screen and (max-width: 1100px) {
    .project__details--1 {
        margin-top: 0;
    }
}
.project__details--2 {
    grid-column: 2/3;
    grid-row: 3/4;
}
.project__details--heading {
    font-size: 4rem;
    line-height: 4.9rem;
    font-weight: 600;
    color: #6d2a5b;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__details--heading {
        font-size: 3rem;
        line-height: 3.7rem;
    }
}
@media screen and (max-width: 500px) {
    .project__details--heading {
        font-size: 3rem;
        line-height: 3.7rem;
    }
}
.project__details--text {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400;
    color: #1f262f;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__details--text {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 500px) {
    .project__details--text {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.project__quote {
    text-align: left;
    grid-column: 2/3;
    grid-row: 4/5;
    margin-bottom: 10rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__quote {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 500px) {
    .project__quote {
        width: 88%;
        margin: 0 auto 3rem auto;
    }
}
.project__quote--text {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-style: italic;
    color: #1f262f;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__quote--text {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
}
@media screen and (max-width: 500px) {
    .project__quote--text {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
.project__quote--author {
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: 700;
    color: #6d2a5b;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__quote--author {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }
}
@media screen and (max-width: 500px) {
    .project__quote--author {
        height: 1.4rem;
        line-height: 2.3rem;
        margin-bottom: 0.5rem;
        display: inline-block;
    }
}
.project__gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column: 2/3;
    grid-row: 2/3;
    width: 100%;
    max-width: 800px;
}
@media screen and (max-width: 500px) {
    .project__gallery {
        width: 88%;
        margin: 0 auto 1.5rem auto;
    }
}
.project__gallery--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__gallery--row {
        overflow-x: auto;
    }
    .project__gallery--row::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .project__gallery--row {
        display: grid;
        overflow: scroll;
        grid-template-columns: repeat(3, 10.6rem);
    }
}
.project__large-photo {
    width: 100%;
    height: 60rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__large-photo {
        height: 43.4rem;
    }
}
@media screen and (max-width: 500px) {
    .project__large-photo {
        height: 20.8rem;
    }
}
.project__photo {
    height: 10.6rem;
    width: 10.6rem;
    flex-shrink: 0;
}
.project__photo:hover {
    cursor: pointer;
}
.project__photo--opacity {
    box-shadow: inset 0 0 0 100vmax rgba(109, 42, 91, 0.7);
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__photo {
        height: 9.6rem;
        width: 9.6rem;
    }
}
.project__other {
    text-align: left;
    grid-column: 2/3;
    grid-row: 5/6;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__other {
        margin-bottom: 1.8rem;
    }
}
@media screen and (max-width: 500px) {
    .project__other {
        text-align: center;
    }
}
.project__other--heading {
    font-size: 4rem;
    line-height: 4.9rem;
    font-weight: 600;
    color: #1f262f;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__other--heading {
        font-size: 3rem;
        line-height: 3.7rem;
    }
}
@media screen and (max-width: 500px) {
    .project__other--heading {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 0 auto 10.2rem auto;
    }
}
.project__card-container {
    grid-column: 1/4;
    grid-row: 6/7;
    margin-top: -12rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .project__card-container {
        margin-bottom: -10rem;
    }
}
@media screen and (max-width: 500px) {
    .project__card-container {
        margin-bottom: 0;
    }
}

.projects {
    display: flex;
    flex-direction: column;
    margin-top: 10rem;
    margin-bottom: 10rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .projects {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }
}
@media screen and (max-width: 500px) {
    .projects {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
}
.projects__header {
    font-size: 4rem;
    line-height: 4.9rem;
    font-weight: 600;
    color: #1f262f;
    text-align: center;
    margin: 0 auto 1.5rem auto;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .projects__header {
        font-size: 3rem;
        line-height: 3.7rem;
        margin: 0 auto 2rem auto;
    }
}
@media screen and (max-width: 500px) {
    .projects__header {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 0 auto 2rem auto;
    }
}
.projects__description {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #1f262f;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0 auto 4rem auto;
}
@media screen and (max-width: 1100px) {
    .projects__description {
        width: 80%;
        margin: 0 auto 7.5rem auto;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
@media screen and (max-width: 500px) {
    .projects__description {
        margin: 0 auto 4rem auto;
    }
}
.projects__grid {
    display: grid;
    gap: 5.2rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 1100px) {
    .projects__grid {
        width: 86%;
    }
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .projects__grid {
        gap: 3.4rem;
    }
}
@media screen and (max-width: 500px) {
    .projects__grid {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
}
@media screen and (max-width: 500px) {
    .projects__grid--partial {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0;
        padding-left: 6rem;
        padding-right: 6rem;
        overflow-x: auto;
    }
    .projects__grid--partial::-webkit-scrollbar {
        display: none;
    }
    .projects__grid--partial .projects__card {
        height: 21.6rem;
        width: 24rem;
    }
    .projects__grid--partial .projects__img {
        height: 15.2rem;
        width: 22.9rem;
    }
    .projects__grid--partial .projects__text {
        font-size: 1.5rem;
        line-height: 1.9rem;
        height: auto;
        margin: 0 1rem;
    }
}
.projects__card {
    background-color: #6d2a5b;
    color: #ffffff;
    border-radius: 3.9rem;
    padding-bottom: 12rem;
    position: relative;
    transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
}
@media only screen and (min-width: 700px) {
    .projects__card::after {
        content: "";
        background: linear-gradient(to left top, #6d2a5b, #1f262f);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 3.9rem;
        z-index: -1;
        transition: border-radius 0.3s;
    }
    .projects__card:hover {
        cursor: pointer;
        background-color: rgba(109, 42, 91, 0);
        border-radius: 0;
    }
    .projects__card:hover::after {
        opacity: 1;
        border-radius: 0;
    }
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .projects__card {
        padding-bottom: 8.5rem;
    }
}
@media screen and (max-width: 500px) {
    .projects__card {
        padding-bottom: 1rem;
        border-radius: 2rem;
    }
}
.projects__card a {
    text-decoration: none;
}
.projects__img {
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-radius: 3.9rem;
    transition: transform 0.3s;
    object-fit: cover;
}
@media screen and (max-width: 500px) {
    .projects__img {
        padding: 1rem;
        height: 21.8rem;
    }
}
.projects__text {
    height: 12.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4rem;
    text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .projects__text {
        height: 7.8rem;
        margin: 0 1rem;
    }
}
@media screen and (max-width: 500px) {
    .projects__text {
        margin: 0 2rem;
        height: 7.5rem;
    }
}
.projects__title {
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 400;
    transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .projects__title {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 500px) {
    .projects__title {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}
.projects__btn {
    border-color: inherit;
    border-radius: 3rem;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 4rem auto 0 auto;
    padding: 1.5rem 4rem;
    background-color: #1f262f;
}
.projects__btn:focus {
    outline: none;
}
.projects__btn:hover {
    cursor: pointer;
    text-decoration: none;
    border-color: #ffffff;
    color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .projects__btn {
        font-size: 1.6rem;
        line-height: 1.9rem;
        padding: 1.7rem 2.1rem;
        margin: 5rem auto 0 auto;
    }
}
@media screen and (max-width: 500px) {
    .projects__btn {
        font-size: 1.6rem;
        line-height: 1.9rem;
        padding: 1.7rem 2.1rem;
        margin: 3.2rem auto 0 auto;
    }
}

.pagination {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #1f262f;
    font-weight: 700;
    text-align: center;
    margin: 4rem auto 0 auto;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .pagination {
        margin: 5rem auto 0 auto;
    }
}
@media screen and (max-width: 1100px) {
    .pagination {
        font-size: 2rem;
        line-height: 2.7rem;
        font-weight: 600;
    }
}
@media screen and (max-width: 500px) {
    .pagination {
        margin: 4rem auto 0 auto;
    }
}
.pagination__arrow {
    height: 12px;
    width: 12px;
    border: solid #1f262f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}
.pagination__arrow--prev {
    transform: rotate(135deg);
    margin-left: 4px;
}
.pagination__arrow--next {
    transform: rotate(315deg);
    margin-right: 4px;
}
.pagination__btn {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 1px solid #1f262f;
    margin: 0 1rem;
}
.pagination__btn--active {
    background-color: #6d2a5b;
    color: #ffffff !important;
    text-decoration: none;
    pointer-events: none;
}
.pagination__btn--inactive {
    opacity: 0.5;
    pointer-events: none;
}
.pagination__btn:hover {
    cursor: pointer;
    background-color: #6d2a5b;
    color: #ffffff !important;
    text-decoration: none;
}

.contact {
    padding: 11rem 0;
    font-family: "Montserrat", "sans-serif";
    font-weight: 600;
    text-align: center;
    color: #1f262f;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .contact {
        padding: 7.5rem 0;
    }
}
@media screen and (max-width: 500px) {
    .contact {
        padding: 3.6rem 1.9rem;
    }
}
.contact__header {
    font-size: 4rem;
    line-height: 4.9rem;
    color: inherit;
    margin-bottom: 1.5rem;
    font-weight: 800;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .contact__header {
        font-size: 3rem;
        line-height: 3.7rem;
        margin-bottom: 2rem;
        padding: 0 3rem;
    }
}
@media screen and (max-width: 500px) {
    .contact__header {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 0 auto 2rem auto;
    }
}
.contact__description p {
    width: 70%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #2a2c2c;
    margin-bottom: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .contact__description p {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .contact__description p {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin: 0 auto 2rem auto;
    }
}
.contact__description p strong {
    display: block;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #6d2a5b;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .contact__description p strong {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 0 3rem;
    }
}
@media screen and (max-width: 500px) {
    .contact__description p strong {
        font-size: 1.9rem;
        line-height: 2.3rem;
        margin: 0 3rem;
    }
}
.contact__description p strong a {
    color: #6d2a5b;
    text-decoration: underline;
}
.contact .gform_wrapper {
    max-width: 800px;
    width: 100%;
    margin: 16px auto;
}
@media screen and (max-width: 1100px) {
    .contact .gform_wrapper {
        max-width: 600px;
    }
}
@media screen and (max-width: 500px) {
    .contact .gform_wrapper {
        max-width: 320px;
    }
}
.contact .gform_wrapper .gfield_label {
    color: #1f262f;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.3rem;
}
.contact .gform_wrapper .gfield_required {
    color: #2a2c2c !important;
}
.contact .gform_wrapper .large {
    height: 48px;
    padding-left: 9px !important;
    font-size: 1.8rem !important;
    border-radius: 8px;
    border-color: #a7a8a9;
    border-style: solid;
    border-width: 1px;
}
.contact .gform_wrapper .large.textarea {
    height: 201px;
}
.contact .gform_wrapper #field_1_9 .gfield_label {
    display: none;
}
.contact .gform_wrapper #field_1_9 .gfield_consent_label {
    padding-left: 9px !important;
    font-size: 1.8rem !important;
    border-color: #a7a8a9;
    font-weight: 500;
    vertical-align: middle;
}
.contact .gform_wrapper #field_1_9 #input_1_9_1 {
    height: 22px;
    width: 22px;
    background-color: #a7a8a9;
    vertical-align: sub;
}
.contact #gform_submit_button_1 {
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #6d2a5b;
    transition: background-color 0.5s;
    transition: all 0.3s;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-style: solid;
}
.contact #gform_submit_button_1:hover {
    background-color: #6d2a5b;
    transition: background-color 0.5s;
}
.contact #gform_submit_button_1:hover {
    background-color: #ffffff;
    color: #6d2a5b;
}
.contact .ginput_container_select,
.contact .ginput_container_address {
    position: relative;
}
.contact .ginput_container_select .new-dropdown,
.contact .ginput_container_address .new-dropdown {
    background-color: #ffffff !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    transition-delay: 0.45s;
    height: 48px;
    padding-left: 9px !important;
    font-size: 1.8rem !important;
    border-color: #a7a8a9;
    border-style: solid;
    border-width: 1px;
    padding-top: 10px;
    color: #1f262f;
    padding-right: 20px;
}
.contact .ginput_container_select .new-dropdown .arrow,
.contact .ginput_container_address .new-dropdown .arrow {
    transition: transform 0.25s;
}
.contact .ginput_container_select .new-dropdown .arrow svg polyline,
.contact .ginput_container_address .new-dropdown .arrow svg polyline {
    fill: none;
    stroke: #1f262f;
    stroke-width: 2;
}
.contact .ginput_container_select .new-dropdown[aria-expanded="false"],
.contact .ginput_container_address .new-dropdown[aria-expanded="false"] {
    border-radius: 8px;
}
.contact .ginput_container_select .new-dropdown[aria-expanded="true"],
.contact .ginput_container_address .new-dropdown[aria-expanded="true"] {
    border-radius: 8px;
}
.contact .ginput_container_select .new-dropdown[aria-expanded="true"] .arrow,
.contact .ginput_container_address .new-dropdown[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.contact .ginput_container_select .dropdown-menu,
.contact .ginput_container_address .dropdown-menu {
    display: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #ffffff;
    border-radius: 0 0 22px 22px;
    border: 2px solid #a7a8a9;
}
.contact .ginput_container_select .dropdown-menu .dropdown-menu-inner,
.contact .ginput_container_address .dropdown-menu .dropdown-menu-inner {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
    .contact .ginput_container_select .dropdown-menu .dropdown-menu-inner,
    .contact .ginput_container_address .dropdown-menu .dropdown-menu-inner {
        max-height: 400px;
    }
}
@media screen and (max-width: 500px) {
    .contact .ginput_container_select .dropdown-menu .dropdown-menu-inner,
    .contact .ginput_container_address .dropdown-menu .dropdown-menu-inner {
        max-height: 300px;
    }
}
.contact
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item,
.contact
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item {
    padding: 15px 25px;
    color: #1f262f;
    border: none;
    background-color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-size: 1.8rem;
}
.contact
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:nth-child(1),
.contact
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:nth-child(1) {
    display: none;
}
@media screen and (max-width: 500px) {
    .contact
        .ginput_container_select
        .dropdown-menu
        .dropdown-menu-inner
        .dropdown-item,
    .contact
        .ginput_container_address
        .dropdown-menu
        .dropdown-menu-inner
        .dropdown-item {
        padding: 15px 5px;
        font-size: 1.6rem;
    }
}
.contact
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:hover,
.contact
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:hover {
    color: #ffffff;
    background: #1f262f;
}
.contact
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar,
.contact
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar {
    display: block;
    background: #ffffff; /* Color of background */
    width: 5px;
    height: 490px !important;
}
.contact
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar-thumb,
.contact
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar-thumb {
    background: white; /* Color of slider */
    border-radius: 10px;
}

.apply {
    padding-bottom: 11rem;
    font-family: "Montserrat", "sans-serif";
    font-weight: 600;
    text-align: center;
    color: #1f262f;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .apply {
        padding: 7.5rem 0;
    }
}
@media screen and (max-width: 500px) {
    .apply {
        padding: 3.6rem 1.9rem;
    }
}
.apply__header {
    font-size: 4rem;
    line-height: 4.9rem;
    color: inherit;
    margin-bottom: 1.5rem;
    font-weight: 800;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .apply__header {
        font-size: 3rem;
        line-height: 3.7rem;
        margin-bottom: 2rem;
        padding: 0 3rem;
    }
}
@media screen and (max-width: 500px) {
    .apply__header {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 0 auto 2rem auto;
    }
}
.apply__description p {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #2a2c2c;
    margin-bottom: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .apply__description p {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .apply__description p {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin: 0 auto 2rem auto;
    }
}
.apply__description p strong {
    display: block;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #6d2a5b;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
    .apply__description p strong {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 0 3rem;
    }
}
@media screen and (max-width: 500px) {
    .apply__description p strong {
        font-size: 1.9rem;
        line-height: 2.3rem;
        margin: 0 3rem;
    }
}
.apply__description p strong a {
    color: #6d2a5b;
    text-decoration: underline;
}
.apply .gform_wrapper {
    max-width: 800px;
    width: 100%;
    margin: 16px auto;
}
@media screen and (max-width: 1100px) {
    .apply .gform_wrapper {
        max-width: 600px;
    }
}
@media screen and (max-width: 500px) {
    .apply .gform_wrapper {
        max-width: 320px;
    }
}
.apply .gform_wrapper .gfield_label {
    color: #1f262f;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.3rem;
}
.apply .gform_wrapper .gfield_required {
    color: #2a2c2c !important;
}
.apply .gform_wrapper .large {
    height: 48px;
    padding-left: 9px !important;
    font-size: 1.8rem !important;
    border-radius: 8px;
    border-color: #a7a8a9;
    border-style: solid;
    border-width: 1px;
}
.apply .gform_wrapper .large.textarea {
    height: 201px;
}
.apply .gform_wrapper #field_2_7 .gfield_label {
    display: none;
}
.apply .gform_wrapper #field_2_7 .gfield_consent_label {
    padding-left: 9px !important;
    font-size: 1.8rem !important;
    border-color: #a7a8a9;
    font-weight: 500;
    vertical-align: middle;
}
.apply .gform_wrapper #field_2_7 #input_1_9_1 {
    height: 22px;
    width: 22px;
    background-color: #a7a8a9;
    vertical-align: sub;
}
.apply #gform_submit_button_2 {
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #6d2a5b;
    transition: background-color 0.5s;
    transition: all 0.3s;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-style: solid;
}
.apply #gform_submit_button_2:hover {
    background-color: #6d2a5b;
    transition: background-color 0.5s;
}
.apply #gform_submit_button_2:hover {
    background-color: #ffffff;
    color: #6d2a5b;
}
.apply .ginput_container_select,
.apply .ginput_container_address {
    position: relative;
}
.apply .ginput_container_select .new-dropdown,
.apply .ginput_container_address .new-dropdown {
    background-color: #ffffff !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    transition-delay: 0.45s;
    height: 48px;
    padding-left: 9px !important;
    font-size: 1.8rem !important;
    border-color: #a7a8a9;
    border-style: solid;
    border-width: 1px;
    padding-top: 10px;
    color: #1f262f;
    padding-right: 20px;
}
.apply .ginput_container_select .new-dropdown .arrow,
.apply .ginput_container_address .new-dropdown .arrow {
    transition: transform 0.25s;
}
.apply .ginput_container_select .new-dropdown .arrow svg polyline,
.apply .ginput_container_address .new-dropdown .arrow svg polyline {
    fill: none;
    stroke: #1f262f;
    stroke-width: 2;
}
.apply .ginput_container_select .new-dropdown[aria-expanded="false"],
.apply .ginput_container_address .new-dropdown[aria-expanded="false"] {
    border-radius: 8px;
}
.apply .ginput_container_select .new-dropdown[aria-expanded="true"],
.apply .ginput_container_address .new-dropdown[aria-expanded="true"] {
    border-radius: 8px;
}
.apply .ginput_container_select .new-dropdown[aria-expanded="true"] .arrow,
.apply .ginput_container_address .new-dropdown[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.apply .ginput_container_select .dropdown-menu,
.apply .ginput_container_address .dropdown-menu {
    display: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #ffffff;
    border-radius: 0 0 22px 22px;
    border: 2px solid #a7a8a9;
}
.apply .ginput_container_select .dropdown-menu .dropdown-menu-inner,
.apply .ginput_container_address .dropdown-menu .dropdown-menu-inner {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
    .apply .ginput_container_select .dropdown-menu .dropdown-menu-inner,
    .apply .ginput_container_address .dropdown-menu .dropdown-menu-inner {
        max-height: 400px;
    }
}
@media screen and (max-width: 500px) {
    .apply .ginput_container_select .dropdown-menu .dropdown-menu-inner,
    .apply .ginput_container_address .dropdown-menu .dropdown-menu-inner {
        max-height: 300px;
    }
}
.apply
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item,
.apply
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item {
    padding: 15px 25px;
    color: #1f262f;
    border: none;
    background-color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-size: 1.8rem;
}
.apply
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:nth-child(1),
.apply
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:nth-child(1) {
    display: none;
}
@media screen and (max-width: 500px) {
    .apply
        .ginput_container_select
        .dropdown-menu
        .dropdown-menu-inner
        .dropdown-item,
    .apply
        .ginput_container_address
        .dropdown-menu
        .dropdown-menu-inner
        .dropdown-item {
        padding: 15px 5px;
        font-size: 1.6rem;
    }
}
.apply
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:hover,
.apply
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner
    .dropdown-item:hover {
    color: #ffffff;
    background: #1f262f;
}
.apply
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar,
.apply
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar {
    display: block;
    background: #ffffff; /* Color of background */
    width: 5px;
    height: 490px !important;
}
.apply
    .ginput_container_select
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar-thumb,
.apply
    .ginput_container_address
    .dropdown-menu
    .dropdown-menu-inner::-webkit-scrollbar-thumb {
    background: white; /* Color of slider */
    border-radius: 10px;
}

.privacy {
    width: 80%;
    margin: 12rem auto 9rem auto;
    font-size: 1.6rem;
    line-height: 2rem;
}
.privacy h4 {
    font-size: 2.4rem;
    line-height: 3rem;
    color: #6d2a5b;
    margin-bottom: 1.5rem;
}
.privacy p {
    margin-bottom: 1.5rem;
}

.error {
    height: 450px;
    padding-top: 180px;
    background-color: #a7a8a9;
}
.error__heading {
    font-family: "Montserrat", "sans-serif";
    font-weight: 600;
    font-size: 4rem;
    line-height: 4.9rem;
    text-align: center;
    color: #6d2a5b;
}
.error__text {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    color: #6d2a5b;
    width: 90%;
    margin: 30px auto;
}
.error__text a {
    text-decoration: underline;
    color: #2a2c2c;
}
.error__text a:hover {
    cursor: pointer;
} /*# sourceMappingURL=style.css.map */
